Package com.cisco.pt.ipc.system.impl
Class ActivityScriptEngineImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.system.impl.EMEAScriptEngineImpl
com.cisco.pt.ipc.system.impl.ActivityScriptEngineImpl
- All Implemented Interfaces:
IPCObject,ActivityScriptEngine,EMEAScriptEngine
Information provided by the PKI file:
\class ActivityScriptEngine
\brief This class provides access to activity related scripting functions
\example appWindow().getActiveFile().getActivityScriptEngine()
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionActivityScriptEngineImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.system.impl.EMEAScriptEngineImpl
canEvaluate, createScriptValueBool, createScriptValueInt, createScriptValueQString, evaluate, evaluateFile, globalObjectMethods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.system.EMEAScriptEngine
canEvaluate, createScriptValueBool, createScriptValueInt, createScriptValueQString, evaluate, evaluateFile, globalObjectMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
ActivityScriptEngineImpl
public ActivityScriptEngineImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
getAssessmentModelScriptInterface
Information provided by the PKI file:
\brief Returns the Assessment Model Script Interface \remark The Assessment Model Script Interface's functions are mainly used to expose core functionality to the script engine, but may also be used in the IPC. \return AssessmentModelScriptInterface, the Assessment Model Script Interface.- Specified by:
getAssessmentModelScriptInterfacein interfaceActivityScriptEngine- Returns:
- AssessmentModelScriptInterface Returns a AssessmentModelScriptInterface
-